home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / Recent1 / AmIRCPing.readme < prev    next >
Text File  |  1997-03-20  |  1KB  |  57 lines

  1. Short:    ARexx Ping script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.04
  5. Type:     comm/tcp
  6. Requires: A ping command
  7. Replaces: AmIRCPing.lha
  8.  
  9.  
  10. Installation:
  11. --------------
  12. Copy ping.amirx to amirc/rexx directory
  13.  
  14. Install an alias in AmIRC by selecting setup menu
  15. then lists.  Under Alias tab, select add new alias.
  16.  
  17. Then in edit window type the alias you would like
  18. to use.
  19.  
  20. i.e. pi = /rx ping.amirx %p 
  21. (note the alias isn't called PING
  22. because that's an IRC command)
  23.  
  24. Usage:
  25. --------------
  26.  
  27. /pi someplace.cool.net - and you will be shown the results in a CON window
  28. /pi someplace.cool.net flood - to flood a site
  29. /pi newlook - and you will be shown the results in a CON window
  30.  
  31. If you wish for a count more than five pings, edit the count variable
  32. in the script, it's towards the top.  Count has no effect when using
  33. the FLOOD option.  If using the FLOOD option, you must CTRL-C in the
  34. output window to break the program.
  35.  
  36. Version 1.00
  37. --------------
  38. Initial Creation
  39.  
  40. Version 1.01
  41. --------------
  42. Added flood support
  43. Now allows a users nick to be passed instead of somewhere.com
  44.  
  45. Version 1.02
  46. --------------
  47. Prettied up the display of information to the user
  48.  
  49. Version 1.03 (internal only)
  50. --------------
  51. Corrected typeo in the docs here
  52. Corrected HELP info for flood template
  53.  
  54. Version 1.04
  55. --------------
  56. Cleaned up the code.
  57.